Compte plus utilisé

  • 2 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • And ?

    Btw the conclusion of your link lmao, and you should read it entirely btw again. If you can write, i mean why not after all.

    “It’s important to remember that there is no hierarchy among crimes under international law,” Amnesty International said in a statement. “As stated in the preamble of the Rome Statute of the International Criminal Court; genocide, crimes against humanity and war crimes all are ‘the most serious crimes of concern to the international community as a whole [and] must not go unpunished.’”

    Verdeja put it even more simply. “The international community has responsibility already,” he said. “Whether it’s genocide or not I think is a little bit beside the point.”









  • TGHOST-V0@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    I will really go take a look on it XD,
    U Said it,

    I mean, I’m sure that, given enough effort, you can set up some job using a shell script that uses rsync internally and generates incremental backups, the same way rdiff-backup does, but then you’re basically heading down the path of reimplementing rdiff-backup.

    Then u can just use gpg on your rsync backups ? Like u said it to me, ur solution is the best.

    Personally, I’m not in IT to feed me, I just use rsync+tar, depending the context. Regex it can be cool but hey tools exists.

    And ty then ^^"




  • TGHOST-V0@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    for snapshot depending your filesystem, the function included/built-in, to manage it, can be better.

    I agree with dan’s comment,
    Use rsync first to sync your home, or wallpapers,
    You will figure out, how it work, with the good options,

    And then you will do an script or crontab for you personnally, depending what you want to save, how, and how many times.

    Rsync, can restore files, delete files. Basycally its an file manager XD
    Like for /etc/ you maybe want to replace file and do an copy of it before if they have the same name. But not for your picture’s folder.

    Learn, and read doc of rsync, use it, on low importance files, and you will manage regarding your needs :).

    OFC you can ask for specific help,
    I just dont want to tell you how to do something if im not sure its good regardings your needs.

    Edit : Check “tar” too maybe,


  • maybe i will say an big mistake, But if you use “date” within an bash’s script, you can do multiples backups, and remove the ones who are too old.

    For example,
    u can do an first archive,
    and then,
    bash scrpt doing, an copy of the first archive, then increment the copy with rsync.

    and in the time, let say 2month,
    ur bash script can delete file olders than one month.
    Just for example, u can do that on an year.








  • TGHOST-V0@lemmy.mltoLinux@lemmy.mlBack to linux!
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    A lot of documentation suppose, you like to know what you doing and why.

    But if u do an tldr, and focus on the command lines, its often working out of the box and its like following an tutorial with picture to tell you where to click. Supposing you reading the good tuto regarding your distribution.

    I like the doc, I feel it like respect.

    I feel it like, they don’t suppose I’m an engineer but they suppose I have an brain an can learn new principles or acquire new vocabulary (one of the life’s constant in a way) to understand what I do. And often theses principles can be applied elsewhere, even IRL sometimes.

    I’m not an engineer XD.