Questions tagged [file-copy]
Questions regarding copying files from one place to another
697 questions
0
votes
1
answer
53
views
Is there a tool to "recursively" move/rename a directory (with conflicts/merging)?
Imagine I want to move (rename) a directory tree /var/lib/postgres/data to /var/lib/postgres/data.old:
/var/lib/postgres
└── data
├── base
│ �� ├── 16390
│ │ └── <...>
│ └── ...
0
votes
0
answers
36
views
Does nautilus warn before starting copy/move of files into ext4 partition which is too small?
As a user with non root privileges, when copy/moving a bounch of folders and files, in one batch, from some device into another different partition which is ext4 and too small (space allocated to user)...
0
votes
2
answers
115
views
"File too large" when copying 8GB file onto 30GB Apple device (USB stick unlabeled)
I have this file on disk:
$ ls -lh /path/to/some.mkv
-rwxr-xr-x 1 enrico enrico 7.4G Dec 17 18:54 /path/to/some.mkv
so it's less than 8 gigabytes, but when I try to copy it on a 30GiB flash drive, I ...
1
vote
1
answer
47
views
Is there a built-in way to copy a file from current directory to previous directory? [duplicate]
My pwd is /long_path/lots/of/subs/waydeep/. If I cd -, it will return me to /lastdirectory/long_pathway/very_deep/.
Is there a shortcut terminal/cli command to copy file1.ex from the current working ...
0
votes
0
answers
23
views
Backup files only that are newer than a specific date? [duplicate]
I have made a backup B1 on my external hard drive on date D. This hard drive is now in a different location (not at my house).
Now I want to make a backup B2 on another external drive, but only of ...
0
votes
0
answers
50
views
How can I combine multiple files into a single larger file on a non-virtual filesystem?
Is there any filesystem where I can say map file1, file2, file3 and file4 together to file1234?
file1 is 100M
file2 is 100M
file3 is 100M
file4 is 100M
... and file1234 will then be 400M, and it is ...
1
vote
1
answer
101
views
How to copy/rsync? old home folder from a full timeshift snapshot with original dates? possible? how?
I have done one (whole disk, including home folder, even root folder) timeshift snapshot yesterday quickly, expecting an SSD failure soon.
Well I did not expect it so soon, it happened today, SSD ...
0
votes
1
answer
778
views
Resolving "Invalid argument (22)" error in Rsync when syncing large datasets
I am using rsync to sync around ~2TB of data.
I get the following errors in the log file:
rsync: [receiver] mkstemp "/mnt/sd25-4tb-bkp4-mnt4/tns-maindatads-smb/tns-maindatads-smb/main-data-subds-...
-1
votes
1
answer
393
views
How to reach optimal speeds with rsync?
I am using rsync to sync around ~2TB of data to a mechanical HDD-5400RPM. It's taking way too long.
How can I improve the sync and check speeds to get as close as possible to maximum/optimal?
Here is ...
0
votes
2
answers
83
views
Preserving file extensions when renaming duplicate files with rsync
I have multiple directories whose contents overlap. Sometimes the files are exactly the same, sometimes the names are the same and the contents differ and sometimes files with the same name have ...
0
votes
1
answer
65
views
How to automatedly delete broken sym links with "too many levels"?
I got myself in a state where I have thousands of sym links in a directory that have "too many levels". I've found that find will not return them since it gets the error while searching. I ...
0
votes
1
answer
84
views
How to copy file in two places at once?
I have two external HDDs with enough space to accommodate a 2TB device file.
I never tried to copy a file in two places simultaneously...
I have a very fast NVMe disk drive and want to make a backup ...
1
vote
0
answers
254
views
Progress bar shows no progress until done copying file
I need some guidance.
The progress bar does not move at all in the file managers on my Arch Linux system. It stays at zero until the copy has finished. I have tried Nautilus, Nemo, and Thunar, and ...
0
votes
0
answers
36
views
Why is the system file count different than the number of files uploaded by filezilla
I recently signed Google Drive's 2TB plan to put my backups. Then the process of choosing the best method to upload my files began. After many tries and errors and 3 1/2 days of uploading files (see ...
0
votes
3
answers
617
views
Is there any way to upload large amounts of files to Google Drive with a decent speed besides Filezilla Pro and RClone?
I signed for Google Drive's Premium 2TB plan for my backups and needed a way to send more than 1 million+ of files there. Web interface is very problematic for this purpose as if the transfer has any ...